home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / distortfx / electroripplenoise < prev    next >
Text File  |  1999-06-15  |  796b  |  46 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: GWARP1.8BF
  4.  
  5. CATEGORY: 
  6. Greg's Factory Output
  7.  
  8. TITLE:    
  9. Warp
  10.  
  11. COPYRIGHT:
  12. Copyright © 1996 Greg Schorno
  13. All Rights Reserved.
  14.  
  15. AUTHOR:   
  16. Greg Schorno - gschorno@mars.ark.com
  17.  
  18. Map 0: [Map 0:]
  19. Map 1: [Map 1:]
  20. Map 2: [Map 2:]
  21. Map 3: [Map 3:]
  22.  
  23. Control 0: [X Compress:]
  24. Control 1: [X Shear:]
  25. Control 2: [X Amplitude:]
  26. Control 3: [Y Compress:]
  27. Control 4: [Y Shear:]
  28. Control 5: [Y Amplitude:]
  29. Control 6: [Control 6:]
  30. Control 7: [Control 7:]
  31.  
  32. R=
  33. put(sin(x*ctl(0)*32/M+cos(y*ctl(1)*32/M))/((256-ctl(2))*128/M),0),
  34. put(sin(y*ctl(3)*32/M+cos(x*ctl(4)*32/M))/((256-ctl(5))*128/M),1),
  35. src((x+get(0)),(y+get(1)),z)
  36.  
  37. G=
  38. src((x+get(0)),(y+get(1)),z)
  39.  
  40. B=
  41. src((x+get(0)),(y+get(1)),z)
  42.  
  43. A=
  44. src((x+get(0))%X,(y+get(1))%Y,z)
  45.  
  46.